home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Windows / System32 / HTMLRE90.DLL / HTML / 11353 < prev    next >
Encoding:
Text File  |  2002-07-05  |  2.8 KB  |  104 lines

  1. <html>
  2.  
  3. <head>
  4. <base target="_parent">
  5. <link REL="stylesheet" TYPE="text/css" HREF="%1css/default.css">
  6. </head>
  7.  
  8. <script language="javascript">
  9. function startSelected()
  10. {
  11.      if (window.parent.frames['tab_content_frame'].document.forms.form1 != null)
  12.         window.parent.frames['tab_content_frame'].startSelected();
  13.      else 
  14.         return;
  15. }
  16.  
  17. function stopSelected()
  18. {
  19.      if (window.parent.frames['tab_content_frame'].document.forms.form1 != null)
  20.         window.parent.frames['tab_content_frame'].stopSelected();
  21.      else 
  22.         return;
  23. }
  24.  
  25. function restartSelected()
  26. {
  27.      if (window.parent.frames['tab_content_frame'].document.forms.form1 != null)
  28.         window.parent.frames['tab_content_frame'].restartSelected();
  29.      else 
  30.         return;
  31. }
  32.  
  33. function deleteSelected()
  34. {
  35.      if (window.parent.frames['tab_content_frame'].document.forms.form1 != null)
  36.         window.parent.frames['tab_content_frame'].deleteSelected();
  37.      else 
  38.         return;
  39. }
  40.  
  41. function disableSelected()
  42. {
  43.      if (window.parent.frames['tab_content_frame'].document.forms.form1 != null)
  44.         window.parent.frames['tab_content_frame'].disableSelected();
  45.      else 
  46.         return;
  47. }
  48.  
  49. function enableSelected()
  50. {
  51.      if (window.parent.frames['tab_content_frame'].document.forms.form1 != null)
  52.         window.parent.frames['tab_content_frame'].enableSelected();
  53.      else 
  54.         return;
  55. }
  56.  
  57. function selectAll()
  58. {
  59.      if (window.parent.frames['tab_content_frame'].document.forms.form1 != null)
  60.         window.parent.frames['tab_content_frame'].selectAll();
  61.      else 
  62.         return;
  63. }
  64.  
  65. function deselectAll()
  66. {
  67.      if (window.parent.frames['tab_content_frame'].document.forms.form1 != null)
  68.         window.parent.frames['tab_content_frame'].deselectAll();
  69.      else 
  70.         return;
  71. }
  72.  
  73.  
  74. </script>
  75.  
  76. <body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
  77. <DIV ID="tooltip" STYLE="position:absolute;visibility:hidden;z-index:99;"></DIV>
  78.  
  79. <SCRIPT language="Javascript" SRC="%15js/helps.js"></SCRIPT>
  80. <SCRIPT language="Javascript" SRC="%16js/tips.js"></SCRIPT>
  81.  
  82. <table width=100% border=0 cellspacing=0 cellpadding=0>
  83. <tr>
  84.   <td>
  85.     <table border=0 cellspacing=0 cellpadding=0>
  86.       <td class="clsTabSpacer"> </td>
  87.       <td class="%2" align=middle nowrap><div class="%3"><a %4> Properties </a></div></td>
  88.       <td class="clsTabSpacer"> </td>
  89.       <td class="%5" align=middle nowrap> <div class="%6"> <a %7> Servers </a> </div> </td>
  90.       <td class="clsTabSpacer"> </td>
  91.       <td class="%8" align=middle nowrap> <div class="%9"> <a %10> Subgroups </a> </div> </td>
  92.       <td class="clsTabSpacer"> </td>
  93.       <td class="%11" align=middle nowrap> <div class="%12"> <a %13> Member of </a> </div> </td>
  94.     </table>
  95.   </td>
  96. </tr>
  97. <tr class="clsTabBar">
  98.     <td align=right>%14</td>
  99. </tr>
  100. </table>
  101.  
  102. </body>
  103. </html>
  104.